home *** CD-ROM | disk | FTP | other *** search
- " X window --- AAWindow tests. "
- "
- *
- * This should open up a window on the given host (should really prompt, or check
- * out the $DISPLAY variable). The window should refresh itself if you run the
- * disp wpe line repeatedly.
- *
- * test1.self,v 1.4 1993/06/23 00:36:07 richards Exp
- *
- * test1.self,v
- * Revision 1.4 1993/06/23 00:36:07 richards
- * Fixed up test1 to work with new code.
- * boites and window have first hack at highlighting code.
- *
- * Revision 1.3 1993/05/31 00:12:17 richards
- * May 30 checkin. Font support is nearly debugged.
- * Make use of glue now.
- * Added rational (fraction) types.
- *
- * Revision 1.2 1993/05/30 21:47:01 richards
- * Tests include newerX and navel in the tests.
- *
- # Revision 1.1 1992/08/19 02:02:34 richards
- # Initial revision
- #
- *
- *
- "
-
- _AddSlotsIfAbsent: (| myview. |)
- viewManager shutdown
- myview: view copy
- myview name: 'An Algebra assistant named AA'
- myview area: (5@26)##(500@@500)
- myview realise
- myview map
- myview display flush
-
-